home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000253_eric672@carolina.rr.comTRASH_Wed Jul 31 16:59:08 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  40 lines

  1. Article: 13568 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!nntp.abs.net!dca6-feed2.news.algx.net!allegiance!newsfeed1.cidera.com!Cidera!cyclone.tampabay.rr.com!news-post.tampabay.rr.com!twister.southeast.rr.com.POSTED!53ab2750!not-for-mail
  3. From: "Eric Almond" <eric672@carolina.rr.comTRASH>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: SSL/TLS Scripting Question
  6. Lines: 20
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  11. Message-ID: <oSX19.36380$vB3.2034280@twister.southeast.rr.com>
  12. Date: Wed, 31 Jul 2002 20:35:32 GMT
  13. NNTP-Posting-Host: 24.74.65.255
  14. X-Complaints-To: abuse@rr.com
  15. X-Trace: twister.southeast.rr.com 1028147732 24.74.65.255 (Wed, 31 Jul 2002 16:35:32 EDT)
  16. NNTP-Posting-Date: Wed, 31 Jul 2002 16:35:32 EDT
  17. Organization: RoadRunner - Carolina
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13568
  19.  
  20. I'm scripting out a Secure FTP session using SSL/TLS and I'm getting the
  21. following messages that's causing the script to pause for user input:
  22.  
  23. Warning: Server has a self-signed certificate
  24. Continue? (Y/N)
  25.  
  26. Warning: Hostname ("ftp.xxxxxx.com") does not match server's certificate
  27. ("xxxxxx")
  28. Continue? (Y/N)
  29.  
  30. Is there a way to automatically accept these "Warnings"?  I know the server
  31. is valid and I'm not concerned about these messages.  I looked in the
  32. documentation but can't find anything specifically talking about these
  33. messages.  I need this script to be automated and with no user intervention.
  34.  
  35. Thanks in Advance!
  36. Eric
  37.  
  38.  
  39.  
  40.